Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): update hvplot requirement from ~=0.8.3 to >=0.8.3,<0.10.0 #602

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2023

Updates the requirements on hvplot to permit the latest version.

Changelog

Sourced from hvplot's changelog.

Version 0.9.0

The 0.9.0 release is a minor release with some exciting new features and a large number of bug fixes and enhancements. Many thanks to @​rdesai9 (first contribution!), @​dogbunny (first contribution!), @​bikegeek (first contribution!), @​ahuang11, @​droumis, @​Hoxbro, @​MarcSkovMadsen, @​maximlt and @​philippjfr for their contributions. A special thanks to @​ahuang11 and @​Hoxbro without who these release notes would be much shorter!

New features:

  • The Explorer has been extended with the following features:
    • Support for Xarray data, enhanced geographic support and add a live update checkbox (#1141)
    • Display the code snippet within a tab (#1156)
    • Allow defining options passed to plot.opts() (#1171)
  • Add experimental Fugue integration (#1102)
  • Add basic Polars integration (#1129)

Enhancements:

  • Add .hvplot.explorer() as an alternate entry point to create an explorer (#1154)
  • Add the resample_when option to dynamically enable datashade/rasterize/downsample (#1103)
  • Expose the HoloViews timeseries downsampling algorithm (LTTB) with the downsample option (#1127, #1157)
  • Expose the HoloViews autorange option (#1128, #1158, #1174)
  • Allow string formatting for labels plots (#1140)
  • Support plots that use by with rasterize with HoloViews ImageStack (#1132, #1144)
  • Update show to return the configured Server or StoppableThread (#1121)

Bug fixes:

  • Do not force geo=True if tiles are provided (#1083, #1113)
  • Fix x-limit, y-limit, and rasterize support for geo features (#1135, #1163)
  • Fix handling WKT strings and add pyproj.CRS support (#1092, #1139)
  • Underlay land and ocean features (#1151)
  • Fix .hist for the Ibis data source (#997)
  • No longer suggest installing datashader and geoviews from the pyviz channel (#1130)
  • Silence GDAL exceptions warning (#1142)

Documentation:

  • Various docs improvements and addition of an Integrations guide (#1084, #1173, #1177)
  • Extending the reference gallery (#999)
  • Added extra size parameter to scatter plot example (#1118)

Compatibility:

  • Preparations before the release of Param 2.0 (#1146, #1164)
  • Pin Param to <3.0 (#1175)
  • Drop Python 3.6 and 3.7 (#1077)

Infrastructure / Tests:

  • Add Dask DataFrame plot test (#1131)
  • Add codespell to pre-commit (#1172)
  • Add OpenCollective sponsor link on the repo page (#1123)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 17, 2023
@codecov-commenter
Copy link

Codecov Report

All modified lines are covered by tests ✅

📢 Thoughts on this report? Let us know!.

Updates the requirements on [hvplot](https://github.com/holoviz/hvplot) to permit the latest version.
- [Release notes](https://github.com/holoviz/hvplot/releases)
- [Changelog](https://github.com/holoviz/hvplot/blob/main/doc/releases.md)
- [Commits](holoviz/hvplot@v0.8.3...v0.9.0)

---
updated-dependencies:
- dependency-name: hvplot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/hvplot-gte-0.8.3-and-lt-0.10.0 branch from 17287f8 to 6d08401 Compare October 17, 2023 11:54
@gadomski gadomski enabled auto-merge (squash) October 17, 2023 13:03
@gadomski gadomski merged commit 6053a27 into main Oct 17, 2023
17 checks passed
@gadomski gadomski deleted the dependabot/pip/hvplot-gte-0.8.3-and-lt-0.10.0 branch October 17, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants